home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 October: Mac OS SDK / Dev.CD Oct 00 SDK1.toast / Development Kits / Mac OS / Translation Manager / Sample Code / Translation Extension Example / !!Readme!! next >
Encoding:
Text File  |  1998-06-05  |  943 b   |  28 lines  |  [TEXT/CWIE]

  1. /*
  2. This folder contains an example Translation Extension written for
  3. Metrowerks CodeWarrior Pro 2 and the ETO•23 version of MPW.
  4.  
  5. The primary purpose of this sample code is to demonstrate the
  6. methods described in Mac OS Tech Note 1004 (see the Documentation
  7. folder) to package Translation Extension components with both
  8. 68K and PowerPC code.
  9.  
  10. The previous version of this SDK (Macintosh Easy Open SDK) advocated
  11. packaging Translation Extensions as accelerated code resources.
  12. Doing this can cause problems.
  13.  
  14. The proper method for packaging Translation Extension components
  15. is demonstrated here and should be used by all Translation Extension
  16. developers.
  17.  
  18. Notes: 
  19.  
  20. - You can build a 68K-only or PowerPC-only Translation Extension
  21. with only minor modification to the "thng.r" file.
  22.  
  23. - You will likely find TranslationComponent.c as a more transparent
  24. replacement for TranslationExtInterface.o and
  25. TranslateExtensionInterface.lib
  26.  
  27. June 5, 1998
  28. */